EditDocumentUserMetadataDto
data class EditDocumentUserMetadataDto(expenseType: String?, notes: String?, warrantyPeriod: EditDocumentUserMetadataPeriodDto?, returnPeriod: EditDocumentUserMetadataPeriodDto?)
Content copied to clipboard
Parameters
expenseType
To unset the value pass an empty string. Otherwise must be a valid ExpenseTypeEnum value.
notes
To unset the value pass an empty string.
warrantyPeriod
@param returnPeriod
Constructors
EditDocumentUserMetadataDto
Link copied to clipboard
fun EditDocumentUserMetadataDto(expenseType: String? = null, notes: String? = null, warrantyPeriod: EditDocumentUserMetadataPeriodDto? = null, returnPeriod: EditDocumentUserMetadataPeriodDto? = null)
Content copied to clipboard
To unset the value pass an empty string.
Properties
expenseType
Link copied to clipboard
returnPeriod
Link copied to clipboard
@SerializedName(value = returnPeriod)
Content copied to clipboard
warrantyPeriod
Link copied to clipboard
@SerializedName(value = warrantyPeriod)
Content copied to clipboard